projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81341c0
)
build: Add the appropriate inclusion paths for libgtk
author
Emmanuele Bassi
<ebassi@gnome.org>
Wed, 19 Apr 2017 10:34:59 +0000
(11:34 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Wed, 3 May 2017 14:10:57 +0000
(15:10 +0100)
gtk/meson.build
patch
|
blob
|
history
diff --git
a/gtk/meson.build
b/gtk/meson.build
index 6044bced9dec117d54d2cbaa58667f5fa54af248..badb3901bb07530b2acd5ee43e9ad595291e3352 100644
(file)
--- a/
gtk/meson.build
+++ b/
gtk/meson.build
@@
-881,7
+881,7
@@
libgtk = shared_library('gtk-4',
soversion: gtk_soversion,
sources: [typefuncs, gtk_sources, gtkmarshal_h, gtkprivatetypebuiltins_h],
c_args: gtk_cargs + common_cflags,
- include_directories: [confinc, gdkinc, gtkinc],
+ include_directories: [confinc, gdkinc, g
skinc, g
tkinc],
dependencies: gtk_deps + [libgdk_dep, libgsk_dep],
link_with: [libgdk, libgsk, included_input_modules],
link_args: common_ldflags,